dropdown: Connect a forgotten signal handler
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2020 18:26:30 +0000 (14:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2020 18:34:38 +0000 (14:34 -0400)
The code was exporting a search_stop function, but
the ui file didn't connect it to the ::stop-search
signal. Fix that.

gtk/ui/gtkdropdown.ui

index 08305533a09e08c6d67460ab0a4660d20ce15ab4..650d159e4e13dc674faa0b4db34f1707dc7cd1e6 100644 (file)
@@ -52,6 +52,7 @@
         <child>
           <object class="GtkSearchEntry" id="search_entry">
             <signal name="search-changed" handler="search_changed"/>
+            <signal name="stop-search" handler="search_stop"/>
             <property name="visible">0</property>
             <property name="placeholder-text" translatable="yes">Search…</property>
           </object>